Method WithLazyLoading(bool)

Assembly: redb.Core.dll

✅ FIX: Override WithLazyLoading to preserve Tree context
Base WithLazyLoading returns RedbQueryable and loses Tree context!

public override IRedbQueryable<TProps> WithLazyLoading(bool enabled = true)